projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a90bc3c
)
(vc-arch-state): Don't assume the file exists.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 1 Jun 2004 00:25:50 +0000
(
00:25
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 1 Jun 2004 00:25:50 +0000
(
00:25
+0000)
lisp/vc-arch.el
patch
|
blob
|
history
diff --git
a/lisp/vc-arch.el
b/lisp/vc-arch.el
index 6c67581a5a8dc0c2f5e0b0cdf0f17c41640bb58e..a439174556ec7b4eaf91edf221abdfcfcba563a1 100644
(file)
--- a/
lisp/vc-arch.el
+++ b/
lisp/vc-arch.el
@@
-272,7
+272,7
@@
Return non-nil if FILE is unchanged."
;; Buh? Unexpected format.
'edited
(let ((ats (file-attributes file)))
- (if (and (
=
(nth 7 ats) (string-to-number (match-string 2)))
+ (if (and (
eq
(nth 7 ats) (string-to-number (match-string 2)))
(equal (format-time-string "%s" (nth 5 ats))
(match-string 1)))
'up-to-date